home *** CD-ROM | disk | FTP | other *** search
/ Night Owl 7 / Night Owl Shareware (NOPV7)(Night Owl Publisher Inc.)(1992).bin / 011a / ahndes13.lzh / AHNDES.TXT < prev   
Text File  |  1992-08-19  |  7KB  |  154 lines

  1.  
  2.  
  3.  
  4.                            AHNDES.EXE
  5.                        Ver 1.3 19 Aug 1992
  6.                   (C) Copyright 1991 Jack Chandler
  7.  
  8.  
  9. Version 1.3 corrects the following problems encountered in earlier
  10. versions:
  11.  
  12.     1.  Improper selection of wife in multiple marriages.
  13.         The ancestral wife no longer has to be listed in PAF
  14.         as the first spouse in multiple marriages.
  15.  
  16.     2.  No more hang ups if there is no husband in the marriage.
  17.         The line now will continue with the ancestors of the
  18.         wife.
  19.  
  20.     3.  Correct RIN for the spouse of the first generation
  21.         individual in the Anentafel chart is now displayed.
  22.  
  23.     4.  Elimination of garbage display for the first generation
  24.         individual if there was no spouse.
  25.  
  26.     5.  Reduced memory requirement for program operation.  Less
  27.         problems with memory on some machines during the sort
  28.         phase.
  29.  
  30. AHNDES.EXE is a MS-DOS PAF utility for the creation charts of both
  31. the Ahnentafel and Descent types.  AHNDES.EXE will handle data base
  32. sizes up to 52 generations and up to the PAF limits individual
  33. records.  Actual record limit is 99,999,999 which is a great deal
  34. less than the number contained in a 52 generation base which is full
  35. but does by far exceed the PAF records limitation that I have
  36. been given.
  37.  
  38.  
  39. AHNDES.EXE first creates an index file of your data (AHNDES.IDX)
  40. containing the ahnentafel number and RIN of each record in your
  41. database that is in your direct ancestral line. This index is then
  42. used in the creation of both the descendant  and the ahnentafel chart.
  43. This index file can be either retained for future use, or can be
  44. deleted at the end of each run.
  45.  
  46. Although AHNDES.EXE can be run from any drive/directory, it is
  47. recommended that it be run from the drive/directory that does
  48. contains your PAF data.  The index filed will be created in the
  49. active directory and future runs of AHNDES.EXE must be made from
  50. that directory if the index file is retained to be used again.
  51.  
  52. The ahnentafel numbers are generated based upon your entry of a
  53. base RIN.  Since most often you will want to compute/print
  54. charts based upon yourself, it is recommended that you enter
  55. your RIN in this position.
  56.  
  57. DESCENDANT:
  58.  
  59. The descent chart is computed and printed for a direct line from
  60. any ancestor of the base RIN with no siblings or other marriages
  61. considered.  This will make the appropriate jump to the new
  62. surname when a female descendant is married.
  63.  
  64. The ancestor is selected by either entry of RIN or by search by
  65. surname and first given name.  When search is used, the
  66. individual found is displayed with name and birth date.  If this
  67. is the wrong individual then the search can be continued.  No
  68. provisions for more detailed identification is provided.  Since
  69. the search by name involves your entire database, some
  70. individuals may be selected that are not ancestors of the base
  71. RIN entered.  If this occurs, you are informed that is the case
  72. and offered the opportunity for a new search.  Search is a
  73. little slow.  If the RIN is known it is the best choice of both
  74. Ancestor and Descendant.
  75.  
  76. The descendant is selected in the same manner as the ancestor.
  77. The descendant selected need not be the base RIN but must be in
  78. the descendant line between the ancestor selected and the descendant
  79. selected as the base RIN.  Cousins, uncles, aunts, and siblings
  80. will be reported as NOT a descendant of the selected ancestor.
  81.  
  82. The descendant chart is printed listing the descendant, birth date
  83. and place, death date and place, and then the same data for the spouse.
  84. Each generation is numbered.
  85.  
  86. AHNENTAFEL:
  87.  
  88. The Ahnentafel chart is based upon the base RIN entered in for
  89. the creation of the index file.  Ahnentafel numbers are printed
  90. for easy identification of family lines.  Birth date and place,
  91. death date and place are also listed if known.  The number of
  92. individuals contained in a completely full 52 generation chart
  93. would be limited to 9,999,999,999,999,999 individuals which is
  94. like the RIN numbers, far above what PAF will handle.  Also 52
  95. generations will take you back to approx. 500 AD before reaching
  96. this limiting ahnentafel number so should cause no serious
  97. problems for most database.
  98.  
  99. If all the lines in your PAF data pedigree chart are full, PAF
  100. will only hold 16 generations.
  101.  
  102. Basically, giving yourself an ahnentafel number of 1 and then
  103. double it for each generation.  This would give your father a
  104. number of 2, your paternal grandfather a number of 4, his father a
  105. number of 8, etc.  The wife of an individual is given his number
  106. plus 1.  Therefore your mother would be  number 3, your maternal
  107. grandfather would be 6, etc.  This relationship can be seen in
  108. the chart printed by AHNDES.EXE and is necessary to determine
  109. the family lines from the chart.
  110.  
  111. PRINTING/SAVING:
  112.  
  113. Both the Descent Chart and the Ahnentafel can be either output
  114. to the printer or saved to disk file.  If output is to the
  115. printer it is paginated with left border sufficient for binding.
  116. If output to a disk file, no margins or pagination is provided.
  117. This must be accomplished by printing with your text editor or
  118. word processor.  The Ahnentafel must be printed with print
  119. CPI greater than 10.  Current printing is set at 12 CPI but if
  120. printed with text editor then either 12, 15, or 17 would
  121. suffice.  Descent chart will print satisfactorily with 10 CPI.
  122.  
  123. ENVIRONMENT:
  124.  
  125. Although AHNDES.EXE is larger than intended in code, its major
  126. problem may occur if there is insuficient memory left for the
  127. sorting of large index files. The index file utilizes 12 bytes/
  128. individual and will be about 15K or a little more for a database
  129. of about 5,000 individuals.  This should be no problem since the
  130. memory requirements of PAF far exceed that which AHNDES.EXE
  131. would normally use.
  132.  
  133. To facilitate the continued use of an index file that has been
  134. created, it is recommended that AHNDES.EXE be run from your PAF
  135. DATA directory.
  136.  
  137. AHNDES.EXE is released with no registration fee required.
  138. However if you do desire to make a small donation not to exceed
  139. $5.00 to the below address, it would be appreciated.  AHNDES.EXE
  140. may be copied and distributed in its original package with no
  141. charges for the software.  This Text file must accompany the
  142. AHNDES.EXE file in any distribution package.
  143.  
  144. Please use and enjoy this program and let me know what you think
  145. of its possibilites.
  146.  
  147. Thank you,
  148.  
  149. Jack J. Chandler
  150. 812 Vermillion Dr.
  151. Henderson, NV  89015
  152.  
  153. PH 702-565-3158
  154.